GoXam for WPF v3
FindFromNodeKeysForNode Method
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : FindFromNodeKeysForNode Method
Find the collection of "from" node key values.
Syntax
protected virtual IEnumerable FindFromNodeKeysForNode( 
   NodeType nodedata
)

Parameters

nodedata

Return Value

a collection of NodeKey values
Remarks

This is used for model discovery. This is only called if FromNodesPath is not an empty string. This method can be overridden in case the FromNodesPath property path is not flexible enough or fast enough to get the collection of "from" keys for a node.

See Also

Reference

GraphModel<NodeType,NodeKey> Class
GraphModel<NodeType,NodeKey> Members